home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / programming / c / buttonclass / lmkfile < prev    next >
Text File  |  1978-11-24  |  842b  |  33 lines

  1. #
  2. # Lmkfile for boopsi button class and sas/c 6.2
  3. #
  4. # Written by Douglas Keller
  5. #
  6.  
  7. FILE     = test
  8. CFLAGS   = uchar strmer parm=r data=fo opt
  9. LINKFLAGS= SC SD NOICONS VERBOSE
  10. LIBS     = lib:scnb.lib lib:small.lib lib:debug.lib
  11. OBJS     = test.o buttonclass.o
  12.  
  13. .c.o:
  14.     @echo "sc dbg=s nostkchk $(CFLAGS) gst=headers.gst $*.c"
  15.     @sc dbg=s nostkchk $(CFLAGS) gst=headers.gst $*.c
  16.  
  17. .h.gst:
  18.     @echo "sc dbg=s $(CFLAGS) noobjname mgst=headers.gst make_gst.c"
  19.     @sc dbg=s $(CFLAGS) noobjname mgst=headers.gst make_gst.c
  20.  
  21. $(FILE):  headers.gst $(OBJS) lmkfile
  22.     @SLINK <WITH <
  23.         ND
  24.         TO $(FILE) FROM lib:c.o $(OBJS) LIBRARY $(LIBS) $(LINKFLAGS)
  25.         MAP test.map,h
  26.         <
  27.  
  28. dist:
  29.     lha a ram:butclass buttonclass.\#? changes.doc headers.h lmkfile make_gst.c test test.c i:buttonclass.h
  30.  
  31. test.o: test.c i:buttonclass.h
  32. buttonclass.o: buttonclass.c i:buttonclass.h
  33.